.navActive>a{
	color: #0066b2!important;
	background-color: #fff!important;
	border-bottom: 3px solid #0066b2;
}

#myul>.active>a{
	color: #0066b2!important;
	background-color: #fff!important;
	border-bottom: 3px solid #0066b2;
}

/*头部导航*/
.navbar-default.visible-lg .collapse.navbar-collapse,.navbar-default.visible-lg .nav.navbar-nav,.navbar-default.visible-lg .nav.navbar-nav>li{
	height: 60px!important;
	background-color: #fff;
}



@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding: 0!important;
		padding-top: 20px!important;
		padding-bottom: 6px!important;
		margin-left: 70px;
	}
}

.navbar-default.visible-lg .navbar-nav>.active>a, .navbar-default.visible-lg .navbar-nav>.active>a:focus, .navbar-default.visible-lg .navbar-nav>.active>a {
	color: #0066b2;
	background-color: #fff!important;
}

.navbar-default.visible-lg .navbar-nav>.open>a, .navbar-default.visible-lg .navbar-nav>.open>a:focus, .navbar-default.visible-lg .navbar-nav>.open>a:hover {
	color: #0066b2;
	background-color: #fff!important;
	border-bottom: 3px solid #0066b2;
}

.navbar-default.visible-lg .navbar-nav>li:first-child>a:hover,.navbar-default.visible-lg .navbar-nav>li:nth-child(6)>a:hover{
	color: #0066b2;
	background-color: #fff!important;
	border-bottom: 3px solid #0066b2;
}



.navbar-default.visible-lg .navbar-nav>li>a {
	font-size: 16px;
	color: #333333;
}

.navbar-default.visible-lg .navbar-nav>li>.dropdown-menu{
	margin-top: -6px;
   max-height: 750px;
   overflow-y: auto;
}

.navbar-default.visible-lg .navbar-nav>li>.dropdown-menu::-webkit-scrollbar {
  width: 9px;
  height: 0px;
  background-color: #f0f0f0;
}
.navbar-default.visible-lg .navbar-nav>li>.dropdown-menu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f0f0f0;
}
.navbar-default.visible-lg .navbar-nav>li>.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cbcbcb;
}

.navbar-default.visible-lg .caret {
	position: absolute;
	top: 20px;
   right: -22px;
   width: 18px;
   height: 18px;
	border:0;
	background: url('../images/nav_jiantou.png') no-repeat center;
   background-size: 100% 100%;
	z-index: 100;
}

.navbar-default.visible-lg .navbar-brand {
	padding: 0!important;
	padding-top: 5px!important;
}

.navbar-default.visible-lg .container-fluid{
	display: flex;
	max-width: 1420px;
	justify-content: space-between;
}

.navbar-default.visible-lg{
	background-color: #fff;
}

.navbar-default.visible-lg .navbar-header{
	max-width: 470px;
}

.navbar-default.visible-lg .dropdown-menu{
	padding: 15px;
	border-radius: 10px!important;
}

.navbar-default.visible-lg .dropdown-menu>li{
	float: left;
	height: 34px!important;
	margin-bottom: 5px;
}



.navbar-default.visible-lg .dropdown-menu>.active a{
	color: #fff;
}

.navbar-default.visible-lg .dropdown-menu>li>a {
	display: inline-block;
	color: #969696;
	height: 34px!important;
	line-height: 34px;
	padding: 0 10px;
	border-radius: 6px;
}

.navbar-default.visible-lg .dropdown-menu>li>a .dropdown-caret{
   display: inline-block;
   width: 16px;
   height: 16px;
   background: url(../images/nav_jiantou.png) no-repeat center;
   background-size: 100% 100%;
   margin-left: 4px;
   transform: rotate(-90deg);
}

.navbar-default.visible-lg .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #0066b3;
}

.navbar-default.visible-lg .dropdown-menu>li>a:hover .dropdown-caret-white{
	background: url(../images/nav_jiantou_white.png) no-repeat center;
   background-size: 100% 100%;
}

.navbar-default.visible-lg .dropdown-menu>li.towlevel>a:hover {
	color: #969696;
	background-color: transparent;
}

.navbar-default.visible-lg .navbar-nav li:nth-child(5) .dropdown-menu>.myClass1{
	width: 300px;
}

.navbar-default.visible-lg .navbar-nav li:nth-child(5) .dropdown-menu .myClass,
.navbar-default.visible-lg .navbar-nav li:nth-child(5) .dropdown-menu .myClass,
.navbar-default.visible-lg .navbar-nav li:nth-child(5) .dropdown-menu .myClass:hover,
.navbar-default.visible-lg .navbar-nav li:nth-child(5) .dropdown-menu .myClass:hover {
	color: #0066b3;
	background-color: #fff;
	font-weight: 700;
}

.navbar-default.visible-lg .navbar-nav li:nth-child(5) .dropdown-menu .myClass::before,
.navbar-default.visible-lg .navbar-nav li:nth-child(5) .dropdown-menu .myClass::before{
    content: '';
	display: inline-block;
	width: 3px;
	height: 16px;
	background-color: #0066b3;
	vertical-align: middle;
	margin-right: 10px;
}

.navbar-default.visible-lg .navbar-nav>li.open>.dropdown-menu{
	display: grid;
	grid-template-columns: repeat(2, auto);
}

.dropdown-menu1 {
	display: block;
	position: relative;
	width: 100% !important;
    margin: 0;
	padding: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}

.dropdown-menu1>li {
    float: left;
    height: 34px!important;
    width: 100%;
    margin-bottom: 5px;
}

.dropdown-menu1>li:last-child {
	margin-bottom: 0px;
}

.dropdown-menu1>li>a {
    display: inline-block;
    color: #969696;
    height: 34px!important;
    line-height: 34px;
    padding: 0 10px;
    border-radius: 6px;
	clear: both;
    font-weight: 400;
	white-space: nowrap;
	text-decoration:none;
}

.dropdown-menu1>li>a:hover {
    color: #fff;
	background-color: #0066b3;
}

.navbar-header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 50px;
}

.navbar-header-right .navbar-header-right-msg {
    display: flex;
    align-items: center;
}

.navbar-header-right .navbar-header-right-msg .navbar-header-right-msgimage{
    background: url(../images/icon_contact_us_phone_blue.png) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
}

.navbar-header-right .navbar-header-right-msg .navbar-header-right-msgtitle{
    margin: 0 20px 0 10px;
    font-size: 16px;
    color: #0066b2;
    line-height: 12px;
}

.searchBar-m {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
	top: 60px;
    z-index: 9;
    text-align: center;
	background-color: #fff;
}
.searchBar-m.active {
	display: block;
	-webkit-animation: showsearch 0.2s;
    -ms-animation: showsearch 0.2s;
    -moz-animation: showsearch 0.2s;
    -o-animation: showsearch 0.2s;
    animation: showsearch 0.2s;
}
@-webkit-keyframes showsearch {
	0% {
	    right: -100%;
	}
	100% {
		right: 0;
	}
}
@keyframes showsearch {
	0% {
	    right: -100%;
	}
	100% {
		right: 0;
	}
}
.searchBar-m .mask {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
}
.searchBar-m .form-group {
    width: 100%;
    padding: 20px;
    position: relative;
	display: flex;
    align-items: center;
	margin-bottom: 0 !important;
	background: #F6F6F6;
	justify-content: space-between;
	border-top: 2px solid #D3D7DB;
}
.searchBar-m form {
	width: calc(100% - 40px);
	position: relative;
}
.searchBar-m .input {
	width: 100%;
    border: 0;
    color: #9c9c9c;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 40px;
    outline: none;
    background: #FFFFFF;
    border-radius: 40px;
    border: 2px solid #464646;
}
.searchBar-m .button {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 60px;
    display: block;
    background: url(../images/searchbtn.png) no-repeat;
	background-size: 100% 100%;
    border: none;
}
.searchBar-m .hotwordlist {
	position: relative;
	padding: 0 20px;
}
.searchBar-m .hotwordlist>p{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin: 10px 0;
	text-align: left;
	margin-bottom: 10px;
}
.searchBar-m .hotwordlist .hotwordlistitem {
	width: 100%;
	display: flex;
    flex-direction: column;
}
.searchBar-m .hotwordlist .hotwordlistitem a{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	text-align: left;
}

/* 手机端 */
.navbar-mobile {
	background-color: #fff;
}

.navbar-default.navbar-mobile .navbar-header-mobile .navbar-brand{
	height: auto !important;
}

.navbar-default.navbar-mobile .navbar-header-mobile .navbar-brand>img{
	height: 30px;
    width: 100px;
}

.navbar-default.navbar-mobile .navbar-header-mobile .navbar-header-mobile-btnbox{
	display: flex;
	position: absolute;
    right: 15px;
	top: 50%;
    transform: translateY(-50%);
}

.navbar-default.navbar-mobile .navbar-header-mobile .navbar-header-mobile-btnbox .navbar-header-mobile-btn{
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: none;
}

.navbar-default.navbar-mobile .navbar-header-mobile .navbar-header-mobile-btnbox .navbar-header-mobile-btn.active{
	display: block;
}

.navbar-default.navbar-mobile .navbar-header-mobile .navbar-header-mobile-btnbox .navbar-header-mobile-btn.search{
	background: url('../images/searchbtn.png') no-repeat center;
	background-size: 100% 100%;
	margin-right: 20px;
}

.navbar-default.navbar-mobile .navbar-header-mobile .navbar-header-mobile-btnbox .navbar-header-mobile-btn.menu{
	background: url('../images/menubtn.png') no-repeat center;
	background-size: 100% 100%;
}

.navbar-default.navbar-mobile .navbar-header-mobile .navbar-header-mobile-btnbox .navbar-header-mobile-btn.closemenu{
	background: url('../images/close_black.png') no-repeat center;
	background-size: 100% 100%;
}

.navbarmenu-mobile {
	width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	background-color: #fff;
	top: 60px;
	z-index: 9999;
	display: none;
	border-top: 2px solid #D3D7DB;
}
/* .navbarmenu-mobile.active {
	display: flex;
} */
.navbarmenu-mobile.active {
	display: flex;
	-webkit-animation: showsearch 0.2s;
    -ms-animation: showsearch 0.2s;
    -moz-animation: showsearch 0.2s;
    -o-animation: showsearch 0.2s;
    animation: showsearch 0.2s;
}
@-webkit-keyframes showsearch {
	0% {
	    right: -100%;
	}
	100% {
		right: 0;
	}
}
@keyframes showsearch {
	0% {
	    right: -100%;
	}
	100% {
		right: 0;
	}
}
.navbarmenu-mobile .navbarmenu-mobile-onelevel {
	width: 30%;
	height: 100%;
	background-color: #EDF1F6;
}
.navbarmenu-mobile .navbarmenu-mobile-onelevel .nav-mobile {
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.navbarmenu-mobile .navbarmenu-mobile-onelevel .nav-mobile::-webkit-scrollbar {
    display: none;
}
.navbarmenu-mobile .navbarmenu-mobile-onelevel .nav-mobile li{
	width: 100%;
	position: relative;
}
.navbarmenu-mobile .navbarmenu-mobile-onelevel .nav-mobile li.active{
	background: #FFFFFF;
}
.navbarmenu-mobile .navbarmenu-mobile-onelevel .nav-mobile li a{
	font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
	text-decoration: none;
	width: 100%;
	padding: 15px 25px;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbarmenu-mobile .navbarmenu-mobile-onelevel .nav-mobile li.active a{
	color: #0066B2;
}
.navbarmenu-mobile .navbarmenu-mobile-onelevel .nav-mobile li.active::before {
	content: "";
	display: block;
	width: 5px;
	height: 26px;
	background-color: #0066B2;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel {
	width: 70%;
	height: 100%;
	background-color: #FFF;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-otherlevel-item{
	width: 100%;
	height: 100%;
	display: none;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-otherlevel-item.active{
	display: block;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-otherlevel-itemtitle{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	padding: 15px 25px 13px 25px;
	display: flex;
    align-items: center;
	text-decoration: none;
	border-bottom: 2px solid #EFEFEF;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-otherlevel-item:nth-child(1) .navbarmenu-mobile-otherlevel-itemtitle{
	padding: 15px 25px;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-otherlevel-itemtitle.active{
	color: #0066B2;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-otherlevel-itemtitle .navmenuicon_mobile{
	margin-left: 18px;
	width: 18px;
	height: 18px;
	background: url(../images/toright.png) no-repeat;
	background-size: 100% 100%;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-otherlevel-itemtitle.active .navmenuicon_mobile{
	background: url(../images/toright_active.png) no-repeat;
	background-size: 100% 100%;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-twolevel{
	width: 100%;
	height: calc(100% - 100px);
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-twolevel::-webkit-scrollbar {
    display: none;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-twolevel li{
	width: 100%;
	padding: 10px 25px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-twolevel li a{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-twolevel li a.active {
	color: #0066B2;
}
.navbarmenu-mobile .navbarmenu-mobile-otherlevel .navbarmenu-mobile-threelevel {
	margin-top: 10px;
}